home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 8512 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  4.9 KB

  1. Subject: Re: There is *NO*  Amiga....STOP IT NOW
  2. Newsgroups: amiga.emulations,comp.sys.amiga.misc
  3. Followup-To: comp.sys.amiga.misc
  4. References: <9603082219.AA001ng@dookie.demon.co.uk> 
  5.  <3104.6644T1089T2812@es.co.nz>
  6. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  7. Path: tharkad.aball.de!news
  8. From: "Harald Fricke" <fricke@tharkad.aball.de>
  9. Date: Sun, 17 Mar 1996 15:55:56 MET
  10. Message-ID: <170396a1555@tharkad.aball.de>
  11.  
  12. In article <3104.6644T1089T2812@es.co.nz>, NeuroMancer (bthompx@es.co.nz) wrote:
  13. > Jonathan Belson, regarding your message ' Re: There is *NO*  Amiga....STOP IT NOW'  - 
  14. > >NeuroMancer (bthompx@es.co.nz) wrote:
  15. > >: Unix is an aging dinosaur. It is large, cryptic, and full of holes. Modern
  16. > >: design, and evolution, have found that small, simple units are best, and
  17. > >: more reliable. A truly modern os has a very small and fast kernal
  18. (...)
  19. I wonder how your evolution theory is going to explain the success of
  20. Microsoft's GUI DOS extenders?
  21. > >UNIX was designed by programmers, for programmers.
  22. > 10, 20, and 30 years ago. There is a lot of legacy code to get around. They
  23. > still have a lot of problems with security (although this seems to be
  24. > mainly administrators fault thesedays).
  25. >
  26. Problems with legacy code are caused by design faults - see MS-DOS. UNIX was
  27. designed flexible enough to allow replacement of key parts without breaking
  28. all existing software. Relying on having everything in C-source does make such
  29. things easier though :).
  30.  
  31. Security is a problem mostly because of the way the internet has evolved. Much
  32. of the security stuff depends on the ability to trust another host. This made
  33. sense in an environment were access to networked machines and communication
  34. lines was tightly controlled. Today anybody can buy a computer, hook it up
  35. to the Internet and start attacking other machines while having root privilege
  36. on his own. This situation requires new approaches (like firewalling and
  37. end-to-end encryption). Still UNIX is a decent platform to develop these new
  38. things on.
  39.  
  40. UNIX was not designed for use in a hostile environment and still does remarkably
  41. well for the amount of networking features and services it offers. If you
  42. take the time to trim down the list of offered services and disable or
  43. replace all stuff that is insecure because it is so convenient or really badly
  44. designed (like sendmail), you'll be pretty safe. Remember that every operating
  45. system has bugs that can be exploited. By definition, the only secure computer
  46. is the one locked in a safe, without connections to the outside, powered off.
  47.  
  48. > I cannot belive that programmers *like* UNIX (or msdos). I don't know, as I
  49. > am not an expert.
  50. I do write software and to me UNIX (including vi) is the nicest environment for
  51. programming I have seen so far. It is incredibly powerful and flexible and 
  52. almost impossible to crash while writing application software. Most parts of it
  53. definitely were written by programmers for programmers.
  54.  
  55. > >: Or so i have read. Never the less, unix's successors are being designed
  56. > >: today, including by the people who designed unix. The new OS is called
  57. > >: 'Plan 9'. Wether it replaces unix or not will largly be based on the
  58. > >: computer enviroment at the time.
  59. A lot of work is in progress to make the the kernal more modular and easier
  60. to maintain. The resulting operating systems will still have the UNIX API
  61. wether they are called UNIX or not. The decisions of how many wheels in what
  62. arrangement you need to make a good car has been done a long time ago. Whereas
  63. the leading desktop operating system is still a Dinosaur precariosly balanced
  64. on a kid's tricycle. In their latest offering, MS went through some lengths to 
  65. camouflage the tricycle, but it is still there :).
  66. (...)
  67. > Sad as it is, UNIX is quite entrenched, and does most jobs, most of the
  68. > time, until now. I have no doubt that in a few short years, people will be
  69. > held back by unix (as they are now with msdos), because of legacy code and
  70. > the need to support the older programs run by bussinesses.
  71. Probably not. The basic UNIX API is not broken and thus unlikely to go away.
  72. The problem with MS-DOS is that it is just a glorified bootstrap loader
  73. offering only a fraction of the services you would expect from an operating
  74. system. The abstraction layer between hardware an application is missing,
  75. and that is what built the compatibility trap.
  76.  
  77. > My point on this sub-dsicussion is that to continue to have unix being
  78. > useful, it will need exponentially more comp resources.
  79. (...)
  80. Not unless you come up with a truly new and revolutionary concept for
  81. an operating system. I might have overlooked some recent developments
  82. though (not that I would monitor this field too closely anyway :) )
  83. Most currently hyped operating systems are still trying to reach the
  84. level of functionality UNIX has been offering for the past ten years.
  85. UNIX will be phased out if people come up with something that does the
  86. job better. I can wait for that day.
  87.  
  88. Just my DM 0,02 of opinion...
  89.  
  90. - Harald
  91.